home *** CD-ROM | disk | FTP | other *** search
/ F1 Licenseware / F1 Licenseware - Volume 1.iso / disks / 028.dms / 028.adf / Commands_List / Shell_Management / Prompt < prev    next >
Text File  |  1992-02-26  |  712b  |  26 lines

  1. Command Name : Prompt
  2.  
  3. Function : Change the CLI prompt
  4.  
  5. Arguments : [<prompt>]
  6.  
  7. Location : Kickstart ROM
  8.  
  9. This command lets you personalize your Shell by changing the prompt.  You 
  10. can change the prompt line in the file S:Shell-startup so your promp always
  11. changes.  It is best to enclose the text in double quotes (") to make sure
  12. it is all taken in.  There are some special commands, %N shows the Shell
  13. number, %S shows the current directory (the default) and %R shows the last
  14. return code.
  15.  
  16. Examples
  17.  
  18. Prompt "Mike :^)"
  19.  
  20.         Changes the prompt to my name and a nice Smiley.
  21.  
  22. Prompt "A Prompt.%S"
  23.  
  24.         Changes the prompt to the text "A Prompt." then appends the current
  25.         directory path to that.
  26.